home *** CD-ROM | disk | FTP | other *** search
/ Champak 130 / Vol 130.iso / games / hello_ki.swf / scripts / DefineSprite_80 / frame_1 / DoAction.as
Encoding:
Text File  |  2008-11-13  |  216 b   |  13 lines

  1. _root.stop();
  2. loading = _root.getBytesLoaded();
  3. total = _root.getBytesTotal();
  4. percent = loading / total * 100;
  5. if(loading != total)
  6. {
  7.    loadBarMask._xscale = percent;
  8. }
  9. else
  10. {
  11.    this.gotoAndPlay(3);
  12. }
  13.